home *** CD-ROM | disk | FTP | other *** search
- GameModule = {
- ACTIONS = {
- endGame:;
- showRules:;
- startGame:;
- windowDidMove:;
- inspector:;
- windowWillClose:;
- restartGame:;
- };
- OUTLETS = {
- prefs;
- rulesWindow;
- inspector;
- bundle;
- gameWindow;
- };
- SUPERCLASS = Object;
- };
- Template = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = GameModule;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- CardPileView = {
- ACTIONS = {
- drawDragCard:;
- resetBacking:;
- };
- OUTLETS = {
- delegate;
- coverPile3;
- coverPile1;
- coverPile4;
- coverPile2;
- beneath;
- };
- SUPERCLASS = View;
- };
-